-
Notifications
You must be signed in to change notification settings - Fork 115
Zane/ci agent auto deploy #1587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: ci_prod
Are you sure you want to change the base?
Conversation
.pipelines/e2e-test/azure-template-deploy-and-test-ci-image-in-aks-cluster.yml
Dismissed
Show dismissed
Hide dismissed
.pipelines/e2e-test/azure-template-deploy-and-test-ci-image-in-aks-cluster.yml
Dismissed
Show dismissed
Hide dismissed
.pipelines/e2e-test/azure-template-deploy-and-test-ci-image-in-aks-cluster.yml
Dismissed
Show dismissed
Hide dismissed
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
|
This PR was closed because it has been stalled for 12 days with no activity. |
|
This PR was closed because it has been stalled for 12 days with no activity. |
5f11a32 to
0e1bbb9
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
In brief, this PR adds capability of deploy and test a newly built image by ci build pipeline in dev clusters. At high-level, after an image is built, it will be deployed to dev clusters, which will run testkube to test the new image is working in clusters. The tests performed are what are being used in ci test automation framework.
There are a few TODOs, mostly about replacing/adding more test clusters, and the way to deploy images to clusters. These TODOs have been included and explained as a part of this PR.
The solution supports queuing multiple PRs at the same time, so each PR will be tested one by one in order.
Besides supporting deploy a newly built image from ci build pipeline, it has a few other features:
Test 1
Common use case that deploys image built by pipeline to test clusters.
https://github-private.visualstudio.com/microsoft/_build/results?buildId=111201&view=results
Test 2
Manually specify image name (i.e. 3.1.33) on pipeline. Pipeline will automatically skip build and just deploys the image to test clusters for testing.
https://github-private.visualstudio.com/microsoft/_build/results?buildId=111213&view=results